Skip to content

Conversation

@FanDjango
Copy link
Collaborator

@FanDjango FanDjango commented Oct 23, 2022

Put pure-ftp on the same base as the previous FluentFTP first party integration test servers.

No need for source compile, much smaller Dockerfile and less failure potential, just allow capability switch in the Docker kernel on startup.

			builder = builder.WithCreateContainerParametersModifier(x => {
				x.HostConfig.CapAdd = new List<string> {
					"ALL"
				};

Allow outside config of SSL or no-SSL via environment variable.

Acceptably fast build time.

@robinrodricks
Copy link
Owner

Awesome!!

@robinrodricks robinrodricks merged commit 13ca6b1 into robinrodricks:master Oct 24, 2022
@FanDjango FanDjango deleted the DOCKER_PUREFTPD branch October 24, 2022 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants